[]
Collection that is composed of a sequence of other Collections.
public class C1SequenceDataCollection<T> : C1HierarchicalDataCollection<T>, IDataCollection<T>, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged, ISupportVirtualization, ISupportAsyncLoading<T>, ISupportIncrementalLoading, ISupportSorting, ISupportRangeEditing<T>, ISupportEditing<T>, ISupportIndexing<T>, IDisposable where T : class?
Public Class C1SequenceDataCollection(Of T As Class)
Inherits C1HierarchicalDataCollection(Of T)
Implements IDataCollection(Of T), IReadOnlyList(Of T), IReadOnlyCollection(Of T), IEnumerable(Of T), IEnumerable, INotifyCollectionChanged, ISupportVirtualization, ISupportAsyncLoading(Of T), ISupportIncrementalLoading, ISupportSorting, ISupportRangeEditing(Of T), ISupportEditing(Of T), ISupportIndexing(Of T), IDisposable
| Name | Description |
|---|---|
| T | The type of the items in the collection. |
| Name | Description |
|---|---|
| C1SequenceDataCollection(IEnumerable<IDataCollection<T>>?) | Initializes a new instance of the C1SequenceDataCollection<T> class. |
| Name | Description |
|---|---|
| Collections | Gets the collections that feed this collection. |
| Name | Description |
|---|---|
| Dispose(bool) | Called to dispose resources. |